--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
Commit d39b28ba2875d126ef4cf55655c342cc2710e1c6
Parents : cddc195
Author : Mark Qvist <mark@unsigned.io>
Date : 2021-12-26T10:38:45+01:00
Added makefile
Changes
Diff
diff --git a/LICENSE b/LICENSE
index 642c82e..f9a1ec5 100644
--- a/LICENSE
+++ b/LICENSE
@@ -1,6 +1,6 @@
MIT License
-Copyright (c) 2018 Mark Qvist - unsigned.io
+Copyright (c) 2021 Mark Qvist - unsigned.io
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
diff --git a/Makefile b/Makefile
new file mode 100644
index 0000000..37585bd
--- /dev/null
+++ b/Makefile
@@ -0,0 +1,6 @@
+
+firmware:
+ arduino-cli compile --fqbn unsignedio:avr:rnode
+
+upload:
+ arduino-cli upload -p /dev/ttyUSB0 --fqbn unsignedio:avr:rnode
──────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────